Adds one or more subentities to an entity.
The prototype of this method is provided for completeness of the subentity manipulation APIs. AutoCAD will never call this method on a custom object.
Public Function AddSubentityPaths( subPaths As FullSubentityPath[] ) As void
public void AddSubentityPaths( FullSubentityPath\[\] subPaths );
Parameters |
Description |
FullSubentityPath[] subPaths |
Input an array of FullSubentityPath identifiers to add to the entity. |
Comments? |